home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TSELECTUPDATES / TSELECTUPDATES.txt
Text File  |  2001-10-11  |  3KB  |  82 lines

  1. object SelectUpdates: TSelectUpdates
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Updates Available'
  7.   ClientHeight = 303
  8.   ClientWidth = 301
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PluginTree: TTreeNT
  21.     Left = 0
  22.     Top = 0
  23.     Width = 301
  24.     Height = 262
  25.     Align = alClient
  26.     Indent = 19
  27.     InsertMarkColor = clSilver
  28.     ItemHeight = 16
  29.     Options = [toAutoExpand, toAutoScroll, toCheckSupport, toEvenHeight, toHideSelection, toRightClickSelect, toShowButtons, toShowLines, toShowRoot]
  30.     ParentColor = False
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     ScrollTime = 0
  34.     TabOrder = 0
  35.     OnDblClick = PluginTreeDblClick
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 0
  39.     Top = 262
  40.     Width = 301
  41.     Height = 41
  42.     Align = alBottom
  43.     TabOrder = 1
  44.     object btnOK: TBitBtn
  45.       Left = 8
  46.       Top = 8
  47.       Width = 75
  48.       Height = 25
  49.       Caption = 'OK'
  50.       Default = True
  51.       TabOrder = 0
  52.       OnClick = btnOKClick
  53.       Glyph.Data = {
  54.         DE010000424DDE01000000000000760000002800000024000000120000000100
  55.         0400000000006801000000000000000000001000000000000000000000000000
  56.         80000080000000808000800000008000800080800000C0C0C000808080000000
  57.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.         3333333333333333333333330000333333333333333333333333F33333333333
  59.         00003333344333333333333333388F3333333333000033334224333333333333
  60.         338338F3333333330000333422224333333333333833338F3333333300003342
  61.         222224333333333383333338F3333333000034222A22224333333338F338F333
  62.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  63.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  64.         0000333333333A222433333333333338F338F33300003333333333A222433333
  65.         333333338F338F33000033333333333A222433333333333338F338F300003333
  66.         33333333A222433333333333338F338F00003333333333333A22433333333333
  67.         3338F38F000033333333333333A223333333333333338F830000333333333333
  68.         333A333333333333333338330000333333333333333333333333333333333333
  69.         0000}
  70.       NumGlyphs = 2
  71.     end
  72.     object btnCancel: TBitBtn
  73.       Left = 216
  74.       Top = 8
  75.       Width = 75
  76.       Height = 25
  77.       TabOrder = 1
  78.       Kind = bkCancel
  79.     end
  80.   end
  81. end
  82.